home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc B) / Acorn User China CD-ROM (UK) (Disc B).bin / STUTTGART / FROMUTS / UNIXLIB37B / test_c_min < prev    next >
Encoding:
Text File  |  1991-06-15  |  56 b   |  7 lines

  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. puts("Hello World");
  6. }
  7.